home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
551-575
/
disk_556
/
scheme2c
/
scheme-src.lzh
/
scrt
/
fromsc
< prev
next >
Wrap
Text File
|
1991-10-11
|
1KB
|
19 lines
;; ===build instructions, from sc to c
scc -C scdebug.sc ; output= scdebug.c input= scdebug.sc predef.sc repdef.sc
scc -C sceval.sc ; output= sceval.c input= sceval.sc predef.sc repdef.sc
scc -C scexpand.sc ; output= scexpand.c input= scexpand.sc predef.sc repdef.sc
scc -C scexpanders1.sc ; output= scexpanders1.c input= scexpanders1.sc predef.sc repdef.sc
scc -C scexpanders2.sc ; output= scexpanders2.c input= scexpanders2.sc predef.sc repdef.sc
scc -C screp.sc ; output= screp.c input= screp.sc predef.sc repdef.sc
scc -C sci.sc ; output= sci.c input= sci.sc predef.sc
scc -C scqquote.sc ; output= scqquote.c input= scqquote.sc predef.sc repdef.sc
scc -C scrt1.sc ; output= scrt1.c input= scrt1.sc predef.sc
scc -C scrt2.sc ; output= scrt2.c input= scrt2.sc predef.sc
scc -C scrt3.sc ; output= scrt3.c input= scrt3.sc predef.sc
scc -C scrt4.sc ; output= scrt4.c input= scrt4.sc predef.sc
scc -C scrt5.sc ; output= scrt5.c input= scrt5.sc predef.sc
scc -C scrt6.sc ; output= scrt6.c input= scrt6.sc predef.sc repdef.sc
scc -C scrt7.sc ; output= scrt7.c input= scrt7.sc predef.sc
build fromc
;; ===endbuild